home *** CD-ROM | disk | FTP | other *** search
/ Tech-ROM Library / Tech-Rom Library - The Technical Library on CD-ROM 1993.iso / sw / compa / menu / dbfdemo / demo.bat < prev   
Encoding:
DOS Batch File  |  1992-03-26  |  466 b   |  19 lines

  1. echo off
  2. cls
  3. if not exist DBFDEMO.EXE goto nodemo
  4. DBFDEMO %1
  5. echo  
  6. echo         Thank you for watching the CA-dBFast 2.0
  7. echo         demo.  If you want to view it again,
  8. echo         type DEMO and press the ENTER key.
  9. echo  
  10. goto exit
  11. :nodemo
  12. echo         Sorry, your CA-dBFast 2.0 demo has not
  13. echo         been properly installed.  Please install
  14. echo         the demo again following the instructions
  15. echo         on the label.
  16. echo  
  17. :exit
  18.  
  19.